This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: Trouble Seeing Globals ~Umberto Nongeroson 18.Nov.03 04:58 AM a Web browser Notes Client 6.0.1Windows XP
No -- a global variable is limited in scope to the current window.
It sounds like you just want to fill a field in the new document with a copy of what's in the current document. You can do this with macro language by enabling the form option to inherit default field values during compose (then use default formulas or value formulas to specify what field from the parent document you want to copy). Or, you can use the NotesUIDocument object returned by the LotusScript Compose method to fill in field values after the new window is open, using FieldSetText.